@font-face {
    font-family: anebaLight;
    src: url(../fonts/AnebaNeue-UltraLight.woff);
}
@font-face {
    font-family: anebaRegular;
    src: url(../fonts/AnebaNeue-Regular.woff);
}
@font-face {
    font-family: anebaMedium;
    src: url(../fonts/AnebaNeue-Medium.woff);
}
@font-face {
    font-family: anebaSbold;
    src: url(../fonts/AnebaNeue-SemiBold.woff);
}
@font-face {
    font-family: anebaBold;
    src: url(../fonts/AnebaNeue-Bold.woff);
}
body{font-family: 'anebaRegular', sans-serif;font-size:18px; color: #494949;}
::selection {color:#fff; background:#b82434;}
.clearfix {clear: both !important;}
.m-t-100 {margin-top:100px;}
.m-t-200 {margin-top:200px;}
.slider-gradient {
    position: absolute;
    top: 0;
    z-index: 98;
    width: 100%;
    height: 250px;
    background: -moz-linear-gradient(top, rgba(0,34,65,0.90) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,34,65,0.90) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,34,65,0.90) 0%,rgba(0,0,0,0) 100%);
}
.slider .carousel-inner {height: 100vh;}
.slider .carousel-item {
    background-attachment: fixed !important;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: top center !important;
    height: 100vh;
}
.slider .carousel-indicators li{
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 15px !important;
    border-top:none;
    border-bottom:none;
    opacity: 1;
    transition: all 500ms;
}
.slider .carousel-indicators .active{
    background: #b82434;
    width: 50px;
}
.slider:after{
    background-color: #002241;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}
.slider .slider-caption {
    position: absolute;
    width: 100%;
    height: auto;
    bottom:70px;
}
.slider .slider-caption h1{font-family: anebaBold;font-size: 70px;}
.slider .slider-caption h1 span{font-family: anebaLight; letter-spacing: 15px;}
.slider .slider-caption a {color: #fff;}
.slider .slider-caption .btn {
    margin-top: 15px;
    height: 40px;
    border-radius: 40px;
    border:2px solid #fff;
    box-shadow: none !important;
    transition: all 500ms;
}
.slider .slider-caption .btn:hover,.slider .slider-caption .btn:active {
    background: #b82434;
    border: 2px solid #b82434;
    color: #fff;
    border-radius: 0px;
    box-shadow: none !important;
}
@media (max-width: 576px) {
    .slider .slider-caption {
        bottom:20px;
    }
    .slider .slider-caption h1{
        font-size: 35px;
    }
    .slider .slider-caption h1 span{
        letter-spacing: 10px;
    }
    .slider .slider-caption .btn {
        margin-top: 0px;
    }
}
.top-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 999;;
}
.top-menu .top-logo{margin-top:25px; transition: all 500ms;}
@media (max-width: 576px) {
    .top-menu .top-logo{
        float: left;
        width: 70%;
        margin-top:15px;
        margin-left: -15px !important;
    }
    .top-menu .mobile-menu-button{
        float: left;
        width: 30%;
        margin-top:12px;
        text-align: right;
        transition: all 500ms;
    }
    .top-menu .mobile-menu-button .btn{
        width: 45px;
        height: 45px;
        border-radius: 50px;
        margin-right: -30px;
        background: #b82434;
        color: #fff;
        padding: 0px;
        line-height: 45px;
        text-align: center;
    }
}
.top-menu .buttons{margin-top:20px;}
@media (max-width: 576px) {
    .top-menu .buttons{display: none;}
}
.top-menu .buttons .btn{
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0px 0px 0px 0px;
    background: #b82434;
    border: 2px solid #b82434;
    color: #fff;
    border-radius: 40px;
    margin-left: 5px;
    box-shadow: none !important;
    font-family: anebaMedium;
    font-size: 16px;
    transition: all 500ms;
}
.top-menu .buttons .btn:hover{border-radius: 0px;}
.search-area {
    position: absolute;
    width: 100%;
    height: 80px;
    background: #b82434;
    z-index: 9999;
    line-height: 80px;
    margin-top:-80px;
    transition: all 500ms;
}
.search-area input {
    background: #b82434 !important;
    box-shadow: none !important;
    color: #fff !important;
    border: 2px solid #a7202f;
}
.search-area .btn {
    width: 50px ;
    height: 50px;
    line-height: 46px;
    padding: 0px 0px 0px 0px;
    border-radius: 50px;
    box-shadow: none !important;
    border:2px solid #253c76;
    background: #253c76;
    margin-right: 15px;
    font-size:18px;
    color: #fff;
    transition: all 500ms;
}
.search-area .btn:hover {transform: rotate(180deg);}
.search-area input,.search-area input:hover,.search-area input:active,.search-area input:visited,.search-area input:link{
    width: 100%;
    height: 50px;
    margin-top:15px;
    background: transparent;
    box-shadow: none;
    border: 0px;
}
.search-area input::placeholder{color: #fff;}
nav ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 30px;
    transition: all 500ms;
}
nav ul li a{color: #fff; text-decoration: none !important;}
nav ul li{
    display: inline;
    margin: 0 0px 0 6px;
    font-family: anebaMedium !important;
    font-size:18px;
}
nav ul li a:hover{color: #b82434;}
.fixed-menu {
    position: fixed !important;
    height: 60px !important;
    background: rgb(0, 34, 65, 0.9);
}
.fixed-menu .top-logo{margin-top:12px;}
.fixed-menu .mobile-menu-button{margin-top:7px;}
.fixed-menu nav ul{padding-top:17px;}
.fixed-menu .buttons{display: none;}
nav ul li .dropdown-menu {
    border-radius: 0px;
    background-color: #b82434 !important;
    padding: 0;
}
nav ul li .dropdown-menu .dropdown-item{ color: #fff; padding: 10px 20px 10px 20px;}
nav ul li .dropdown-menu .dropdown-item:hover,nav ul li .dropdown-menu .dropdown-item:active{
    background-color: #a7202f !important;
    color: #fff;
}
.section-title {width: 100%;height: auto;}
.section-title .section-line{
    width: 2px;
    height: 150px;
    background: #b82434;
    margin: 0 auto;
    margin-bottom: 15px;
}
.section-title h2 {font-family: anebaBold;color:#494949;font-size: 40px;}
.section-title a{text-decoration: none;}
.section-title h2:hover{color: #b82434;}
.about p {font-family: anebaMedium;font-size: 22px;}
.about-number {margin-top:100px;}
.number-item-icon {padding-bottom: 30px;border-bottom: 10px solid #b82434;}
.number-item-text .number {
    margin-top: 15px;
    font-size: 50px;
    font-family: anebaBold;
    color: #b82434;
}
.number-item-text .text{
    margin-top: 10px;
    font-size: 26px !important;
    font-family: anebaLight;
    color: #b3b3b3;
}
@media (max-width: 576px) {
    .number-item-text{margin-bottom:30px;}
    .number-item-text .number{font-size: 30px;}
    .number-item-text .text{font-size: 18px !important;margin-top: 0px;}
}
.services {
    width: 100%;
    height: 750px;
    background: url(../images/services-bg.jpg);
    background-position: center center;
    background-size:cover;
    padding: 50px 0 100px 0;
}
.services .container {margin-top:30px;}
.services .section-title {width: 100%;height: auto;}
.services .section-title .section-line{
    width: 2px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}
.services .section-title h2 {font-family: anebaBold;color:#fff;font-size: 40px;}
.services .section-title a{text-decoration: none;}
.services .section-title h2:hover {color: #b82434;}
.services-item{
    position: relative;
    width: 100%;
    height: 70px;
    margin-top:100px;
    color: #fff;
    font-family: anebaBold;
    z-index: 0;
}
.services-item a{color: #fff; text-decoration:none;}
.services-item h2{font-size: 26px;padding-left: 20px;padding-top: 5px;}
.services-item-line{
    position:absolute;
    width: 10px;
    height: 70px;
    background: #b82434;
    z-index: -1;
    transition: all 500ms;
}
.services-item:hover .services-item-line{width: 100%;}
@media (max-width: 576px) {
    .services-item{ margin-top:70px; height: 50px;}
    .services-item-line{ height: 50px; width: 5px;}
    .services-item h2{
        font-size: 16px;
        padding-left: 20px;
        padding-top: 5px;
        font-family: anebaLight;
    }
}
.products-slider, .products-slider-nav {margin-top: 100px;}
.products-slider-nav .slick-list {width: 100% !important; padding: 0px 0px 0px 0px !important;}
.products-slider-nav .slick-track { width: 100% !important; padding: 0px 0px 0px 0px !important; transform: none !important;}
.products-slider-nav .slick-slide {
    position: relative;
    width: 100% !important;
    height: 60px;
    line-height: 60px;
    font-family: anebaBold;
    color: #494949;
    margin: 15px 0 15px 0;
    transition: all 500ms;
    cursor: pointer;
}
.products-slider-nav .slick-current {background: #b82434 !important; color: #fff;}
.products-slider-nav .slick-slide .pnav-item-line{
    position: absolute;
    width: 10px;
    height: 60px;
    background: #f5f5f5;
    transition: all 500ms;
    z-index: -1;
}
.products-slider-nav .slick-slide:hover .pnav-item-line{width: 100%; background: #b82434;}
.products-slider-nav .slick-slide:hover{color: #fff;}
.products-slider-nav .slick-slide .pnav-item-text{padding-left: 20px; font-size: 26px;}
.pslide-item {
    width: 100%;
    background: url(../images/pslide-img-bg.png);
    background-repeat: no-repeat;
}
.pslide-item-text {margin-top: 20px;font-size:20px;font-family: anebaMedium;}
.pslide-item-text a{color: #b82434;}
.pslide-item-text .btn{
    margin-top:15px;
    height: 40px;
    border-radius: 40px;
    border:2px solid #b82434;
    box-shadow: none !important;
    transition: all 500ms;
}
.pslide-item-text .btn:hover,.pslide-item-text .btn:active{
    background: #b82434 !important;
    border:2px solid #b82434 !important;
    border-radius: 0px !important;
    color: #fff !important;
}
@media (max-width: 576px) {
    .pslide-item {background: transparent; text-align: center;}
    .products-slider{margin-top: 20px;}
}
.home-approvals {width: 100%;padding: 100px 0 100px 0;background: #f5f5f5;}
.home-approvals-item {padding: 50px 0 50px 0;border-bottom:10px solid #b82434; text-align: center;}
.home-approvals-item img{transition: all 500ms;}
.home-approvals-item:hover img {transform: scale(1.1);}
.home-approvals-item-link{height: 30px;line-height: 30px;}
.home-approvals-item-area a {color: #494949; text-decoration: none; transition: all 500ms;}
.home-approvals-item-area a:hover {color: #b82434;}
.home-news-item{margin-top: 100px;}
.home-news-item a{text-decoration: none;}
.home-news-item-img {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.home-news-item-img img{transition: all 500ms;}
.home-news-item:hover img {transform: scale(1.2)}
.home-news-item-date {
    position: absolute;
    bottom:0;
    width: 120px;
    height: 35px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    background: #b82434;
    color:#fff;
    z-index: 999;
}
.home-news-item-text {
    width: 100%;
    height: 130px;
    background: #f5f5f5;
    padding: 25px 15px 15px 15px;
    font-family: anebaMedium;
    font-size:22px;
    color: #494949;
    transition: all 500ms;
}
.home-news-item:hover .home-news-item-text {background: #b82434;color:#fff;height: 150px;}
@media (max-width: 576px) {
    .home-news-item-img {height: 175px;}
    .home-news-item{margin-top: 50px;}
}
.news-letter-bg {
    width: 100%;
    height: 400px;
    background: url(../images/newsletter-bg.jpg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.news-letter-bg h2{width: 100%;color: #fff;}
.news-letter-bg h2 span{ font-family: anebaBold;}
.news-letter-bg .input-group {width: 50% !important;margin:0 auto;}
.news-letter-bg .input-group input{ 
    height: 40px;
    line-height: 40px;
    padding: 2px 0px 0px 20px;
    border-radius: 40px;
    border: 0px !important;
    box-shadow: none !important;
}
.news-letter-bg .input-group input::placeholder{font-family: anebaLight;} 
.news-letter-bg .input-group button{
    height: 40px;
    background: #fff;
    color: #494949;
    border: 0px;
    border-radius: 40px;
    font-size: 17px;
    line-height: 40px;
    padding: 2px 20px 0px 20px;
    box-shadow: none !important;
} 
.news-letter-bg .input-group button:hover{color: #b82434;}
.socialmedia-icons {margin-top:50px;}
.socialmedia-icons .btn{
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0 10px 0 10px;
    background: #b82434;
    border-radius: 55px;
    border:2px solid #b82434;
    color: #fff !important;
    box-shadow: none !important;
    transition: all 500ms;
}
.socialmedia-icons .btn:hover{
    background: #b82434 !important;
    border:2px solid #b82434 !important;
    color: #fff !important;
    border-radius: 0px;
}
@media (max-width: 576px) {
    .socialmedia-icons {margin-top:00px;}
}
footer {
    position: relative;
    background-color: #003566;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 500px;
    padding: 70px 0px 100px 0;
    color: #fff;
}
footer ul {
    float: left;
    list-style: none !important;
    width: 20%;
    padding: 0px 15px 0px 15px;
}
footer ul h2{font-family: anebaBold;font-size: 22px;}
footer ul li{font-family: anebaLight;font-size: 16px;}
footer ul li a{ color: #fff; text-decoration: none;}
footer ul li a:hover{ color: #fff; text-decoration: underline;}
footer ul li i{ color: #b82434; padding-right: 10px; font-size:20px;}
footer .contact li{padding: 5px 0 5px 0;}
footer .back-to-top{
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 115px;
    background: #fff;
    border-radius: 100px;
    bottom:40px;
    left:50%;
    margin-left:-50px;
    text-align: center;
    font-family: anebaRegular;
    color: #494949;
    font-size:14px;
    cursor: pointer;
}
footer .back-to-top:hover{background: #b82434;color: #fff;}
footer .back-to-top-arrow{
    position: absolute;
    top:-25px;
    font-size:24px;
    left: 50%;
    margin-left:-12px;
}
footer .copyright {
    position: absolute;
    bottom:15px;
    left: 15px;
    font-family: anebaLight;
    font-size: 16px;
}
footer .babel {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.5;
}
footer .babel:hover{opacity: 1;}
@media (max-width: 576px) {
    footer ul {
        width: 100%;
        text-align: center;
    }
    footer .back-to-top{
        width: 60px;
        height: 60px;
        margin-left:-30px;
        line-height: 60px;
        bottom:130px;
    }
    footer .back-to-top span{display: none;}
    footer .back-to-top-arrow{
        position: absolute;
        top:0px;
        font-size:24px;
        left: 50%;
        margin-left:-11px;
    }
    footer .copyright {
        width: 100%;
        bottom: 60px;
        left: 0px;
        text-align: center;
        font-size: 14px;
    }
    footer .babel {
        width: 100%;
        left: 0px;
        text-align: center;
    }
}
/*Sub Pages*/
.page-banner {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center center; 
}
.page-banner:after {
    background-color: #002241;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60vh;
    z-index: 0;
    opacity: 0.7;
}
.page-banner .section-title {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    padding-top:20vh;
}
.page-banner .section-title .section-line{
    width: 2px;
    height: 150px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}
.page-banner .section-title h2 {font-family: anebaBold;color:#fff;font-size: 40px;}
.breadcrumb-area {
    width: 100%;
    height:50px;
    line-height: 50px;
    background: #f5f5f5;
    overflow: hidden;
}
.breadcrumb-area ul{list-style: none;padding-left: 0px;}
.breadcrumb-area ul li {
    display: inline;
    margin-right: 15px;
    color: #494949;
    font-size: 16px;
}
.breadcrumb-area ul .active{font-family: anebaRegular !important; font-size:16px !important;}
.breadcrumb-area ul li a{color: #494949; text-decoration: none;}
.breadcrumb-area ul li a:hover{color: #b82434;}
.page-content {margin-top:50px;}
.page-content .p-title {font-family:anebaBold; font-size:22px;}
.page-content-title{width: 100%;font-family: anebaBold;margin-bottom:30px;}
.page-content-title h1 {font-size:40px; color: #b82434;}
.sub-menu ul {width: 100%;padding-left:0px;list-style: none;}
.sub-menu ul li{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 10px 0 10px 0;
    padding-left: 15px;
}
.sub-menu ul li a{color: #494949; text-decoration: none !important; display: block; width: 100%;height: 100%; transition: all 500ms;}
.sub-menu ul li .line{
    position: absolute;
    top: 0;
    left: 3px;
    width: 4px;
    height: 50px;
    background: #f5f5f5;
    z-index: -1;
    transition: all 500ms;
}
.sub-menu ul li:hover .line, .sub-menu ul .active .line {width: 100%;background: #b82434;}
.sub-menu ul li:hover a, .sub-menu ul .active a {color:#fff;}
.content-gallery{width: 100%;height: auto;background: #f5f5f5;}
.content-gallery .carousel-inner{padding-top: 50px;}
.content-gallery .carousel-control-next {
    display: block !important;
    top:6px;
    right: 10px;
    color: #494949;
    font-size:30px;
    width: 30px;
    height: 30px;
}
.content-gallery .carousel-control-next:hover { color: #b82434;}
.content-gallery .carousel-control-prev {
    display: block !important;
    top:6px;
    right: 50px !important;
    left: unset;
    color: #494949;
    font-size:30px;
    width: 30px;
    height: 30px;
}
.profile-item {
    width: 100%;
    height: 170px;
    background: #f5f5f5;
    margin-bottom:30px;
    transition: all 500ms;
}
.profile-title {font-family: anebaBold;padding:0px 0px 15px 15px;}
.profile-item img{height:140px;border-radius:140px;margin:15px 15px 15px 15px; border:1px solid #dedede;}
.profile-text {padding-top:20px; font-size:16px; position: relative; height: 100%;}
.profile-text span {font-family: anebaBold; font-size:20px;}
.profile-text .profile-view {position: absolute; bottom:15px; font-size: 22px;}
.profile-text .profile-view a{color: #b82434; text-decoration: none; cursor: pointer;}
.profile-item:hover {background: #b82434;}
.profile-item:hover .profile-text {color: #fff;}
.profile-item:hover .profile-view a  {color: #fff;}
.profile-modal .modal-dialog {max-width: 45% !important;}
.profile-modal .modal-content {border-radius: 0px; border:0px;}
.profile-modal h5{font-family: anebaBold; font-size: 28px;line-height: 28px;}
.profile-modal h5 span{font-family: anebaRegular;font-size: 16px;}
.profile-modal img{width: 250px; float: left; padding: 5px 15px 15px 0px;}
.profile-modal .profile-mail {margin-top: 30px;}
.profile-modal .profile-mail a{color: #b82434;}
.profile-modal button{transition: all 500ms;}
.profile-modal button:hover{
    color: #b82434;
    transform: rotate(180deg);
}
@media (max-width: 576px) {
    .profile-item {
        height: 290px;
    }
    .profile-img {
        width: 100%;
        text-align: center;
    }
    .profile-text {
        width: 100%;
        height: 125px;
        text-align: center;
    }
    .profile-text .profile-view {
       left:50%;
       margin-left:-25px;
    }
    .profile-modal .modal-dialog {max-width: 100% !important;}
    .profile-modal img{width: 100%; float: left; padding: 5px 15px 15px 0px;}
}
.brochures-item {
    position: relative;
    width: 100%;
    border:2px solid #f5f5f5;
    padding: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}
.brochures-item a{text-decoration: none;}
.brochures-item-icon{
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 50px;
    background: #f5f5f5;
    color: #b82434;
    border-radius: 100px;
    margin:0 auto;
}
.brochures-item-text{
    font-family: anebaBold;
    font-size: 24px;
    color: #9f9f9f;
    margin-top:50px;
    text-decoration: none !important;
}
.brochures-item-hover {
    position: absolute;
    top:0;
    left: 0;
    margin-top:-100%;
    width: 100%;
    height: 100%;
    background: #003566;
    transition: all 500ms;
    display: flex;
    align-items: center;
    color: #fff;
    font-size:24px;
    font-family: anebaBold;
    z-index: 1;
}
.brochures-item-hover div {width: 100%;}
.brochures-item:hover .brochures-item-hover{margin-top:0;}
@media (max-width: 576px) {
    .brochures-item { padding: 15px;}
}
.app-item {
    position: relative;
    width: 100%;
    border:2px solid #f5f5f5;
    padding: 50px;
    margin-bottom: 30px;
    overflow: hidden;
}
.app-item a{text-decoration: none;}
.app-item-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    background: #f5f5f5;
    color: #b82434;
    border-radius: 100px;
    margin:0 auto;
}
.app-item-text{
    font-family: anebaBold;
    font-size: 24px;
    color: #9f9f9f;
    margin-top:50px;
    text-decoration: none !important;
}
.app-item-hover {
    position: absolute;
    top:0;
    left: 0;
    margin-top:-100%;
    width: 100%;
    height: 100%;
    background: #003566;
    transition: all 500ms;
    display: flex;
    align-items: center;
    color: #fff;
    font-size:24px;
    font-family: anebaBold;
    z-index: 1;
}
.app-item-hover div {width: 100%;}
.app-item:hover .app-item-hover{margin-top:0;}
.app-item-img{
    background: #f5f5f5;
    padding: 15px;
    margin-top:30px;
}
.app-item-img img{transition: all 500ms; border:2px solid #f5f5f5;}
.app-item-img:hover img{transform: scale(1.1);}
@media (max-width: 576px) {
    .app-item {padding: 30px;}
}
.category-item {
    width: 100%;
    height: 170px;
    background: #f5f5f5;
    margin-bottom:30px;
    transition: all 500ms;
}
.category-item a{color: #494949; text-decoration: none;display: block; width: 100%; height: 100%;}
.category-title {font-family: anebaBold;padding:0px 0px 15px 15px;}
.category-item img{height:140px;border-radius:140px;margin:15px 15px 15px 15px; border:1px solid #dedede;}
.category-text {
    padding-right: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.category-text span {font-family: anebaBold; font-size:20px;}
.category-item:hover {background: #b82434;}
.category-item:hover .category-text {color: #fff;}
@media (max-width: 576px) {
    .category-item {
        width: 100%;
        height: 220px;
    }
    .category-img{
        width: 100%;
        text-align: center;
    }
    .category-text {
        margin:0 auto;
        width: 100%;
        height: 20px;
        display: inline;
        text-align: center !important;
        padding-right: 0px;
    }
    .category-text div{margin: 0 auto;}
}
.product-item{
    width: 100%;
    padding: 10px 10px 20px 10px;
    margin-bottom: 30px;
    background: #f5f5f5;
    transition: all 500ms;
}
.product-item a{color: #494949; text-decoration: none;}
.product-name{
    position: relative;
    margin-top:15px;
    overflow: hidden;
}
.product-name-arrow{
    position: absolute;
    top: 0;
    right: -20px;
    transition: all 500ms;
    color: #fff;
    font-size:20px;
}
.product-item:hover{background: #b82434; color: #fff;}
.product-item:hover a{color: #fff;}
.product-item:hover .product-name-arrow{right: 0px;}
.product-filter input,.product-filter input:active {
    border-radius: 0px;
    background: #f5f5f5 !important;
    border:0px;
    box-shadow: none !important;
}
.product-filter input::placeholder{font-size:16px;}
.product-filter button,.product-filter button:active {
    border-radius: 0px;
    background: #f5f5f5;
    border:0px;
    box-shadow: none  !important;
}
.product-filter-btn .btn, .product-filter-btn .btn:active{
    border-radius: 0px;
    border:0px;
    color: #fff !important;
    background: #003566 !important;
    cursor: pointer;
}
.product-filter-btn .btn:hover{background: #b82434 !important;}
.pagination-area {width: 100%;height: 50px;background: #f5f5f5;}
.pagination-area .pagination{float: right;margin-top:8px;margin-right:8px;}
.pagination .page-item .page-link{
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size:18px;
    text-align: center;
    padding: 0px !important;
    background:transparent;
    border:1px solid #9f9f9f;
    color: #9f9f9f;
    margin: 0 5px 0 5px;
    box-shadow: none;
}
.pagination .page-item .page-link:hover , .pagination .active .page-link{
   background: #003566 !important;
   border:1px solid #003566 !important;
   color: #fff;
}
.pagination .page-item:last-child .page-link,.pagination .page-item:first-child .page-link{
    border-radius: 50px;
}
.product-img-slide {
    background: #f5f5f5;
    padding: 15px;
}
.product-img-slide .carousel-control-next, .product-img-slide .carousel-control-prev{
    color: #494949;
    font-size: 26px;
}
.product-tabs .nav-tabs {margin-top:50px; border-bottom: 1px solid #f5f5f5;}
.product-tabs .nav-item .nav-link {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    font-size:18px;
    color: #494949;
    padding: 15px;
}
.product-tabs .nav-item .active {background: #f5f5f5;}
.product-tabs .tab-content {
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 30px;
}
.product-tabs .tab-content ul{list-style: none;padding-left: 0px;}
.product-tabs .tab-content ul li{margin: 15px 0px 5px 0px;transition: all 500ms;}
.product-tabs .tab-content ul li:hover{margin-left:15px;}
.product-tabs .tab-content ul li a{color: #494949;text-decoration: none;}
.product-tabs .tab-content ul li a:hover{color: #b82434;}
.news-item{
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    margin-bottom:30px;
    transition: all 300ms;
}
.news-item:hover{background: #003566;}
.news-item-img{width:100%; height:329px;overflow: hidden;}
.news-item-img img{transition: all 500ms; height:329px;}
.news-item:hover img{transform: scale(1.15);}
.news-item a{color: #494949; text-decoration: none;}
.news-item .news-item-detail{position:relative;padding: 15px; min-height: 329px;}
.news-item:hover a{color: #ffffff;}
.news-item .news-item-detail h3{font-family: anebaBold;}
.news-item .news-item-detail .news-item-date {
    position: absolute;
    bottom:15px;
    left:15px;
}
.news-item .news-item-detail .news-item-date i{padding-right: 15px;}
.news-gallery-img{margin-bottom:30px;}
.news-gallery-img:hover{opacity: 0.9;}
@media (max-width: 576px) {
    .news-item .news-item-detail p{display: none;}
    .news-item-img{height:200px;}
    .news-item-img img{height:200px;}
    .news-item .news-item-detail h3{font-size: 20px;}
    .news-item .news-item-detail {min-height: 200px;}
}
.press-item{
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    margin-bottom:30px;
    transition: all 300ms;
}
.press-item:hover{background: #003566;}
.press-item-img{width:100%; overflow: hidden;}
.press-item-img img{transition: all 500ms;}
.press-item:hover img{transform: scale(1.15);}
.press-item a{color: #494949; text-decoration: none;}
.press-item:hover a{color: #ffffff;}
.press-item .press-item-detail{position:relative;padding: 15px; min-height: 144px;}
.press-item .press-item-detail h4{font-family: anebaBold; font-size:20px;}
.press-item .press-item-detail .press-item-date {
    position: absolute;
    bottom:15px;
    left:15px;
}
.video-item{
    position: relative;
    width: 100%;
    height: 286px;
    margin-top:30px;
    overflow: hidden;
}
.video-item:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: #000;
    opacity: 0.6;
    transition: all 500ms;
}
.video-item:hover:after{opacity: 0.4;}
.video-item img,.video-item i{transition: all 500ms;}
.video-item:hover img{transform: scale(1.15);}
.video-item:hover i{transform: rotate(360deg); opacity: 0;}
.video-play-button{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size:60px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.video-play-button div{width: 100%;}
.video-item-text{
    width: 100%;
    padding: 5px 0 5px 0;
    font-family: anebaRegular;
    font-size:20px;
}
.contact-text a {color: #b82434;}
.contact-form{margin-top:100px;}
.contact-form input,.contact-form textarea{border-radius: 0px;}
.contact-form a, #approvals a{color: #b82434;}
.contact-form .btn, #approvals .btn{
    margin-top:15px;
    height: 40px;
    border-radius: 40px;
    border:2px solid #b82434;
    box-shadow: none !important;
    transition: all 500ms;
}
.contact-form .btn:hover, .contact-form .btn:active, #approvals .btn:hover, #approvals .btn:active{
    background: #b82434 !important;
    border:2px solid #b82434 !important;
    border-radius: 0px !important;
    color: #fff !important;
}

.gallery-item2{
    overflow: hidden;
    margin-bottom:30px;
}
.gallery-item2 img{transition: all 500ms;}
.gallery-item2:hover img{transform: scale(1.2);}
.document-item{
    overflow: hidden;
    margin-bottom:30px;
    border: 2px solid #f5f5f5;
    margin-bottom:30px;
}
.document-item img{transition: all 500ms;}
.document-item:hover img{transform: scale(1.05);}
.share li{cursor: pointer;}
.mobile-menu {
    position: fixed;
    background: #b82434;
    transition: all 500ms;
    z-index: 99999;
    height: 100vh;
    width: 80%;
    right: -85%;
}
.mobile-menu .menu {
    list-style: none;
    padding-left: 0px;
    width: 100%;
    height: auto;
    margin-top: 80px;
    padding: 0px 15px 15px 15px;
}
.mobile-menu .menu li{
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 8px 10px 8px 10px;
    background: #a7202f;
    color: #fff;
    font-family: anebaMedium;
    font-size:16px;
}
.mobile-menu .menu li a{ display:block; width:100%; color: #fff;}
.mobile-menu .menu li a:hover{text-decoration: none;}
.mobile-menu .menu li .dropdown-menu{
    position: normal;
    width: 98% !important;
    padding: 0px 10px 10px 10px;
    margin-left: -2%;
    background:transparent;
    border: none;
}
.mobile-menu .menu li .dropdown-menu ul{
    background: #fff;
    padding: 0px 0px 0px 0px;
    border: 4px solid #a7202f;
    margin-top: 10px !important;
}
.mobile-menu .menu li .dropdown-menu ul li{
    padding: 5px 5px 5px 5px;
    background: #fff;
    color: #a7202f;
}
.mobile-menu .menu li .dropdown-menu ul li a{
    color: #a7202f !important;
    padding-left: 15px;
}
.mobile-menu-kapat-button {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border:2px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
}
